dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRangeType<T> Class

PgSqlRangeType<T> Class Properties

For a list of all members of this type, see PgSqlRangeType<T> members.

Public Properties
 NameDescription
Public PropertyGets a value indicating whether the PgSqlRangeType<T> is an object, representing an empty range.  
Public PropertyIndicates whether the lower bound of the current range is inclusive.  
Public PropertyIndicates whether the lower bound of the current range is infinity (the current range includes any value less than the upper bound).  
Public PropertyGets a value indicating whether the PgSqlRangeType<T> is an object, representing a NULL value.  
Public PropertyIndicates whether the upper bound of the current range is inclusive.  
Public PropertyIndicates whether the upper bound of the current range is infinity (the current range includes any value greater than the lower bound).  
Public PropertyGets or sets the lower bound of the range.  
Public PropertyGets or sets the upper bound of the range.  
Top
See Also